home *** CD-ROM | disk | FTP | other *** search
- echo off
- mode co80
- cls
- IF EXIST SETUP.VI goto START
- goto SETUP
- :START
- IF EXIST LPG.* goto RUNPROG
- @echo *
- @echo *
- @echo *
- @echo Please wait, Program decompressing and preparing runtime files
- runtime
- del lpg.*
- goto ENDPROG
- :SETUP
- @echo *
- @echo *
- @echo *
- @echo SETUP and system configuration is missing, please type SETUP now.
- @echo *
- @echo *
- @echo *
- pause
- goto ENDPROG
- :RUNPROG
- del lpg.*
- @echo Please wait, Program decompressing and preparing runtime files
- runtime
- del lpg.*
- goto ENDPROG
- :ENDPROG
- cls
-